Skip to content

Support micromamba in conda Make targets#86

Merged
pkawak merged 2 commits into
mainfrom
add-micromamba
May 7, 2026
Merged

Support micromamba in conda Make targets#86
pkawak merged 2 commits into
mainfrom
add-micromamba

Conversation

@pkawak
Copy link
Copy Markdown
Member

@pkawak pkawak commented May 7, 2026

Summary

This updates the Makefile’s conda helper targets so they can also work with micromamba or mamba.

The existing conda-setup entry point now auto-detects the first available compatible environment manager, preferring conda when present and falling back to micromamba or
mamba. Explicit overrides such as make CONDA=conda conda-setup still work.

Changes

  • Auto-detect conda, micromamba, or mamba for environment setup and env-based builds
  • Add mamba-setup and micromamba-setup aliases for explicitly using mamba-family tools
  • Update make help output with the new setup targets

@pkawak pkawak merged commit 0ed5061 into main May 7, 2026
2 checks passed
@pkawak pkawak deleted the add-micromamba branch May 7, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant